﻿2026-05-17T23:59:23.8578221Z ##[group]Run actions/checkout@v4
2026-05-17T23:59:23.8579566Z with:
2026-05-17T23:59:23.8580284Z   repository: SaberMage/rebno
2026-05-17T23:59:23.8581249Z   token: ***
2026-05-17T23:59:23.8581943Z   ssh-strict: true
2026-05-17T23:59:23.8582648Z   ssh-user: git
2026-05-17T23:59:23.8583365Z   persist-credentials: true
2026-05-17T23:59:23.8584118Z   clean: true
2026-05-17T23:59:23.8584829Z   sparse-checkout-cone-mode: true
2026-05-17T23:59:23.8585630Z   fetch-depth: 1
2026-05-17T23:59:23.8586327Z   fetch-tags: false
2026-05-17T23:59:23.8587045Z   show-progress: true
2026-05-17T23:59:23.8587780Z   lfs: false
2026-05-17T23:59:23.8588799Z   submodules: false
2026-05-17T23:59:23.8589536Z   set-safe-directory: true
2026-05-17T23:59:23.8590578Z env:
2026-05-17T23:59:23.8591354Z   SKIP_STAGING_VERIFY: false
2026-05-17T23:59:23.8592411Z   SKIP_PHASE_4_CARRYOVER: 
2026-05-17T23:59:23.8593420Z   SKIP_STAGING_SMOKE: false
2026-05-17T23:59:23.8594165Z ##[endgroup]
2026-05-17T23:59:23.9823454Z Syncing repository: SaberMage/rebno
2026-05-17T23:59:23.9827716Z ##[group]Getting Git version info
2026-05-17T23:59:23.9829901Z Working directory is '/home/runner/work/rebno/rebno'
2026-05-17T23:59:23.9833638Z [command]/usr/bin/git version
2026-05-17T23:59:23.9879697Z git version 2.54.0
2026-05-17T23:59:23.9906895Z ##[endgroup]
2026-05-17T23:59:23.9922315Z Temporarily overriding HOME='/home/runner/work/_temp/048af15f-7787-4ace-8cee-1dbb3e763be0' before making global git config changes
2026-05-17T23:59:23.9925873Z Adding repository directory to the temporary git global config as a safe directory
2026-05-17T23:59:23.9929617Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/rebno/rebno
2026-05-17T23:59:23.9973482Z Deleting the contents of '/home/runner/work/rebno/rebno'
2026-05-17T23:59:23.9979019Z ##[group]Initializing the repository
2026-05-17T23:59:23.9983777Z [command]/usr/bin/git init /home/runner/work/rebno/rebno
2026-05-17T23:59:24.0054260Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-17T23:59:24.0057365Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-17T23:59:24.0059985Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-17T23:59:24.0064067Z hint: call:
2026-05-17T23:59:24.0065091Z hint:
2026-05-17T23:59:24.0066288Z hint: 	git config --global init.defaultBranch <name>
2026-05-17T23:59:24.0067938Z hint:
2026-05-17T23:59:24.0069528Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-17T23:59:24.0071439Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-17T23:59:24.0073283Z hint:
2026-05-17T23:59:24.0074362Z hint: 	git branch -m <name>
2026-05-17T23:59:24.0075535Z hint:
2026-05-17T23:59:24.0076951Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-17T23:59:24.0079160Z Initialized empty Git repository in /home/runner/work/rebno/rebno/.git/
2026-05-17T23:59:24.0084150Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/rebno
2026-05-17T23:59:24.0124926Z ##[endgroup]
2026-05-17T23:59:24.0127504Z ##[group]Disabling automatic garbage collection
2026-05-17T23:59:24.0130297Z [command]/usr/bin/git config --local gc.auto 0
2026-05-17T23:59:24.0160480Z ##[endgroup]
2026-05-17T23:59:24.0162807Z ##[group]Setting up auth
2026-05-17T23:59:24.0170236Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-17T23:59:24.0203940Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-17T23:59:24.0530417Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-17T23:59:24.0562536Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-17T23:59:24.0806086Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-17T23:59:24.0840064Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-17T23:59:24.1090493Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-17T23:59:24.1127783Z ##[endgroup]
2026-05-17T23:59:24.1130645Z ##[group]Fetching the repository
2026-05-17T23:59:24.1138594Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +875c2fbe2a99df910a7c76f65135c17224932dbb:refs/remotes/origin/main
2026-05-17T23:59:26.0840893Z From https://github.com/SaberMage/rebno
2026-05-17T23:59:26.0844730Z  * [new ref]         875c2fbe2a99df910a7c76f65135c17224932dbb -> origin/main
2026-05-17T23:59:26.0877189Z ##[endgroup]
2026-05-17T23:59:26.0878077Z ##[group]Determining the checkout info
2026-05-17T23:59:26.0879708Z ##[endgroup]
2026-05-17T23:59:26.0885798Z [command]/usr/bin/git sparse-checkout disable
2026-05-17T23:59:26.0932495Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-17T23:59:26.0962003Z ##[group]Checking out the ref
2026-05-17T23:59:26.0966606Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-05-17T23:59:26.7445319Z Switched to a new branch 'main'
2026-05-17T23:59:26.7457407Z branch 'main' set up to track 'origin/main'.
2026-05-17T23:59:26.8454693Z ##[endgroup]
2026-05-17T23:59:26.8502151Z [command]/usr/bin/git log -1 --format=%H
2026-05-17T23:59:26.8527379Z 875c2fbe2a99df910a7c76f65135c17224932dbb
